xen/sched: move schedulers and cpupool coding to dedicated directory
authorJuergen Gross <jgross@suse.com>
Wed, 22 Jan 2020 14:06:43 +0000 (15:06 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 22 Jan 2020 17:37:11 +0000 (17:37 +0000)
commit6cb4b01c033b7abc3e7175501330dfb01fb09da5
tree3605a0b0df5502a85df245c9030a2f7c5ffafcaf
parenta4d457fd59f4ebfb524aec82cb6a3030087914ca
xen/sched: move schedulers and cpupool coding to dedicated directory

Move sched*c and cpupool.c to a new directory common/sched.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Dario Faggioli <dfaggioli@suse.com>
21 files changed:
MAINTAINERS
xen/common/Kconfig
xen/common/Makefile
xen/common/compat/schedule.c [deleted file]
xen/common/cpupool.c [deleted file]
xen/common/sched/Kconfig [new file with mode: 0644]
xen/common/sched/Makefile [new file with mode: 0644]
xen/common/sched/arinc653.c [new file with mode: 0644]
xen/common/sched/compat.c [new file with mode: 0644]
xen/common/sched/core.c [new file with mode: 0644]
xen/common/sched/cpupool.c [new file with mode: 0644]
xen/common/sched/credit.c [new file with mode: 0644]
xen/common/sched/credit2.c [new file with mode: 0644]
xen/common/sched/null.c [new file with mode: 0644]
xen/common/sched/rt.c [new file with mode: 0644]
xen/common/sched_arinc653.c [deleted file]
xen/common/sched_credit.c [deleted file]
xen/common/sched_credit2.c [deleted file]
xen/common/sched_null.c [deleted file]
xen/common/sched_rt.c [deleted file]
xen/common/schedule.c [deleted file]